Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mrm_pull_over_manager): add pull over mrm #5634

Open
wants to merge 57 commits into
base: main
Choose a base branch
from

Conversation

mkuri
Copy link
Contributor

@mkuri mkuri commented Nov 20, 2023

Description

Add pull over MRM.

Related links

tier4/tier4_autoware_msgs#108
TIER IV Internal link

Tests performed

pull-over-mrm-fhd.mp4

Notes for reviewers

Interface changes

Effects on system behavior

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

TomohitoAndo and others added 20 commits October 12, 2023 09:58
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: veqcc <[email protected]>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:system System design and integration. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) labels Nov 20, 2023
@mkuri mkuri changed the title Feat/mrm pull over manager feat(mrm_pull_over_manager): add pull over mrm Nov 20, 2023
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 4, 2023
@mkuri mkuri requested a review from TetsuKawa as a code owner March 5, 2024 08:12
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 0% with 248 lines in your changes missing coverage. Please review.

Project coverage is 14.92%. Comparing base (1aa5bb9) to head (9e75f1b).
Report is 351 commits behind head on main.

Current head 9e75f1b differs from pull request most recent head 7fa0cf5

Please upload reports for the commit 7fa0cf5 to get more accurate results.

Files Patch % Lines
...m_pull_over_manager/mrm_pull_over_manager_core.cpp 0.00% 144 Missing ⚠️
...y_goal_manager/src/emergency_goal_manager_core.cpp 0.00% 65 Missing ⚠️
...nager/include/mrm_pull_over_manager/csv_parser.hpp 0.00% 22 Missing ⚠️
...y_goal_manager/src/emergency_goal_manager_node.cpp 0.00% 8 Missing ⚠️
...m_pull_over_manager/mrm_pull_over_manager_node.cpp 0.00% 8 Missing ⚠️
...m_pull_over_manager/mrm_pull_over_manager_core.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5634      +/-   ##
==========================================
- Coverage   14.94%   14.92%   -0.03%     
==========================================
  Files        1943     1948       +5     
  Lines      133961   134124     +163     
  Branches    39849    39838      -11     
==========================================
- Hits        20022    20019       -3     
- Misses      91655    91829     +174     
+ Partials    22284    22276       -8     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.95% <ø> (+<0.01%) ⬆️ Carriedforward from d8013b7

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 19 to 20
#include <autoware_adapi_v1_msgs/srv/clear_route.hpp>
#include <autoware_adapi_v1_msgs/srv/set_route_points.hpp>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the internal route interfaces for route_selector. I think that these are more suitable for this node.
https://github.com/tier4/tier4_autoware_msgs/tree/tier4/universe/tier4_planning_msgs/srv

#ifndef EMERGENCY_GOAL_MANAGER_CORE_HPP_
#define EMERGENCY_GOAL_MANAGER_CORE_HPP_

// Autoware
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,70 @@
// Copyright 2022 Tier IV, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copyright year is 2022. Is there a original file for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

stale bot commented Jun 5, 2024

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Jun 5, 2024
@xmfcx
Copy link
Contributor

xmfcx commented Dec 10, 2024

@mkuri @TetsuKawa @isamu-takagi @ito-san could you rebase and merge this PR?

@stale stale bot removed the status:stale Inactive or outdated issues. (auto-assigned) label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:system System design and integration. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants